home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Ap-Az
/
Area Codes.cpt
/
Area Codes
/
card_8210.txt
< prev
next >
Wrap
Text File
|
1990-05-08
|
1KB
|
50 lines
-- card: 8210 from stack: in
-- bmap block id: 14446
-- flags: 0000
-- background id: 24873
-- name: About Area Codes
----- HyperTalk script -----
-- The references are not in a field on the card so they will not
--interfer with the find command.
--References:
-- TACD - Telephone Area Code Directory (lists all cities for multi-area states)
-- Technical Reference TR-EOP-000093 $15.50
-- Bellcore, Traffic Routing Administration, 435 South St. Room 1E312,
-- Morristown, NJ 07960 (20l) 829-3071 or (201) 699-5800 w/ credit card
-- Note: Bellcore is the administrator of the North American Numbering
-- Plan (NANP), which includes assigning area codes.
--
-- Area Code Handbook - (lists cities with population >3000 for multi-area states)
-- $2.95 AT&T Customer Information Center,
-- 2855 North Franklin Rd., Indianapolis, IN 46219-1385
-- (800) 432-6600
--
-- Telephone Area Code Directory
-- $5.00 National Information Data Center
-- P.O. Box 2977, Wash. D.C. 20013
-- (301) 565-2539, (800) 262-1800 (Credit Card Orders)
--
on openCard
hide message box
end openCard
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=267 top=291 right=327 bottom=304
-- title width / last selected line: 0
-- icon id / first selected line: 11109 / 11109
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual effect scroll left
go to Area Codes
end mouseUp